Fix a dead download url for ccache when building the xm-test ramdisk.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Feb 2006 21:57:29 +0000 (22:57 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Feb 2006 21:57:29 +0000 (22:57 +0100)
From: Adam Wendt <adam@ipcoast.com>

Signed-off-by: Keir Fraser <keir@xensource.com>
tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch [new file with mode: 0644]

diff --git a/tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch b/tools/xm-test/ramdisk/patches/buildroot/ccache-mirror.patch
new file mode 100644 (file)
index 0000000..00322e2
--- /dev/null
@@ -0,0 +1,11 @@
+--- buildroot/toolchain/ccache/ccache.mk~      2006-02-13 10:21:27.000000000 -0800
++++ buildroot/toolchain/ccache/ccache.mk       2006-02-13 10:20:18.000000000 -0800
+@@ -4,7 +4,7 @@
+ #
+ #############################################################
+ CCACHE_VER:=2.4
+-CCACHE_SITE:=http://ccache.samba.org/ftp/ccache
++CCACHE_SITE:=http://samba.org/ftp/ccache
+ CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
+ CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)
+ CCACHE_DIR2:=$(BUILD_DIR)/ccache-$(CCACHE_VER)